Procfile worker fix

jamesperet 9 years ago
parent
commit
e1b83139e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Procfile

+ 1 - 1
Procfile

@@ -1,2 +1,2 @@
1 1
 web: bundle exec rails server -p $PORT
2
-resque: env TERM_CHILD=1 RESQUE_TERM_TIMEOUT=10 bundle exec rake resque:work
2
+worker: env QUEUE=* bundle exec rake resque:work